home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Utilities To…ka 501 Killer Utilities!
/
501 Killer Utilities! (Macworld July 1995).cdr
/
Programming
/
RLaB
/
help
/
all
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-03-25
|
301 b
|
16 lines
|
[
TEXT/RLAB
]
all:
Syntax: all ( A )
Description:
When A is a vector (row or column):
All returns TRUE (1) if all of the elements of A are non-zero.
All returns zero otherwise.
When A is a matrix (m >= 2)
All operates on the columns of A, returning a row-vector of
ones and zeros.
See Also: any